home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / da / edit.sit / ∑Edit 1.12 Docs next >
Text File  |  1988-06-27  |  6KB  |  127 lines

  1. Additional Documentation for ╖Edit DA 1.12
  2. Written by Leonard Rosenthol
  3. Copyright⌐ 1988 by LazerWare, inc.
  4.  
  5. New Features and Bug Fixes in 1.12 (for Russ Wetmore and friends╔)
  6. ----------------------------------
  7.     Ñ Fixed the STUPID bug (that none of my beta testers found) where my saving
  8.     the Font/Tab info resources would trash ANY other resources present!
  9.  
  10.     Ñ ╖Edit now only changes the creator type on a file when you do a Save As╔
  11.     and not on a Save╔
  12.     
  13.     Ñ Cmd-H will now do an MPW like Find Next Occurance of Selected Text. (Basically
  14.     this is a combination of Cmd-E followed by Cmd-A)
  15.  
  16.     Ñ╩Tabs now come out at the proper location.  It seems that I misunderstood
  17.     one of the CAPPS' routines and that it really wasn't doing something that
  18.     it should have.  Anyway, it's fixed!
  19.     
  20.     Ñ AutoIndent works again.  It accidently got removed in 1.11, but it's back!
  21.  
  22.     Ñ Fixed some problems with using PowerKeys under System 6.0.  They all work again,
  23.     sorry about that!
  24.     
  25.     Ñ We now check to see if the value you enter into the TypeStyle dialog is a valid
  26.     number greater than 0.  If it is not, then it puts up a dialog and requests that
  27.     you try it again.
  28.     
  29.     Ñ All dialogs which have Yes, No, and Cancel buttons will now accept Command key
  30.     equivalents for these buttons.  Cmd-Y for Yes, Cmd-N for No, and Cmd-. for cancel.
  31.     (Note: You REALLY don't need to use the command key as it will look for the
  32.     character, no matter what modifier(s) are.)
  33.     
  34.     Ñ Replace All now has a command key equivalent - Cmd-D (don't ask why, it was
  35.     as good a key as any!)  Using this with the above, you can hit Cmd-D, Cmd-N and
  36.     very quickly do a Replace All, no verification.
  37.     
  38.     Ñ The Find dialog now has command keys for its buttons too.  Cmd-F for Find, 
  39.     Cmd-D for Don't Find and of course, Cmd-. for Cancel.
  40.     
  41.     Ñ There is still a big problem with the Enter ASCII dialog, and I am looking into
  42.     it.
  43.     
  44. New Features in 1.11
  45. -------------------
  46.     Ñ The Search & Replace routines have been expanded to include two new options
  47.     whose default values are settable from the DDAT resource but can be changed 
  48.     at any time from the Find Dialog:
  49.         Case Sensitive Searching
  50.         Whole Word (Token) Searching
  51.     (Note: The defaults for both of these options is FALSE )
  52.  
  53.     Ñ There is now an optional AutoSave feature which can be configured to the 
  54.     number of keystrokes that must be typed between each save.  The default for 
  55.     this option is TRUE every 250 keystrokes. Please note that the maximum number
  56.     of keystrokes that you can define is 255. This will be extended in the next    
  57.     version.
  58.  
  59.     Ñ We now save the font, size and tab information in the document.
  60.  
  61.     Ñ Include╔ now allows you to include one file inside of another.   Just 
  62.     select the file and a copy of it will be inserted at the current insertion 
  63.     point.
  64.  
  65.     Ñ The Find dialog box now has a Don't Find button.  This is useful for 
  66.     setting the search/replace values without doing a search.
  67.  
  68.     Ñ The File Information dialog now returns a CORRECT WORD COUNT!
  69.     
  70.     Ñ Balancing will select the bounding parens of the current selection.  This 
  71.     works exactly like the command as of the same name in Lightspeed C.  At the 
  72.     present moment only {}'s and ()'s are used as Parens.  There are also some 
  73.     "Documented Features" about Balancing which I hope to fix sometime soon, as 
  74.     well as expanding this to support user definable Parens.
  75.  
  76.     Ñ There is now a method by which you can set the default Find and Replace Items.  
  77.     There is a resource of type STR# in the DA file which consists of two items ╤ 
  78.     The first one is the Find string the second is the Replace string.  ╖Edit 
  79.     comes configured with the settings set to do LF->CR replacement.
  80.  
  81.     Ñ If you hold down the option key when the DA first opens you can bypass the 
  82.     SFGetFile dialog and open to a blank document!!!
  83.     
  84.     Ñ There is now an Options menu item which will allow you to set some of
  85.     the default settings for ╖Edit.  Unfortunately, I did not have a chance to
  86.     put the 'Save Settings' button in that dialog yet, and I wanted to get this
  87.     version out on the streets. There will be a 1.12 that adds this features of
  88.     saving the settings, sorry for the delay.
  89.     
  90.     Ñ You can now print the text in your window as PostScript. This means that
  91.     instead of sending the text in the window to the printer as text it will be
  92.     sent as Postscript instructions to the printer.  I do not (though I should)
  93.     check to see if the printer is a Postscript compatable device (as there is
  94.     no way that I know of to do so), so you have to promise me you won't try to
  95.     send Postscript text to an Imagewriter.  The other thing to note is that you
  96.     can not Print as Postscript under MultiFinder's Background printer.  I believe
  97.     that this is Apple's problem and not mine, as I am following there rules!
  98.     
  99.     Ñ New About Box (it's supposed to be in color, but it's not!)
  100.     
  101. Bugs Fixed
  102. ----------
  103. Ñ WE NOW WORK WITH LIGHTSPEED PASCAL!!!!  The problem was due to poor memory 
  104. management on my part, and I have fixed it so enjoy the combo of ╖Edit and 
  105. Lightspeed.
  106.  
  107. Ñ THE ABOUT BOX REALLY WORKS NOW!!  What had happened before was that when I 
  108. thought it was fixed in 1.1, I was looking at the wrong piece of code...Well, 
  109. it works now!!
  110.  
  111. Ñ Fixed a bug (that no one except me found) having to do with Shift/Cmd Up/Down 
  112. Arrows.
  113.  
  114. Ñ Fixed the Menu Highlighting bug.
  115.  
  116. Ñ Fixed the Incorrect Tab Spacing bug!!
  117.  
  118. Ñ Fixed a bug which I introduced which may have caused occasional hanging.
  119.  
  120. Ñ Fixed the 'File Manager Error: -43' problem that was happening when you saved
  121. a document for the first time.
  122.  
  123. Ñ Fixed some MAJOR bugs in the Search/Replace routines!
  124.  
  125. Ñ Finally fixed the problem with pasting values into the Find/Replace dialog,
  126. everything now works just fine!!
  127.